home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00066.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  316 b   |  12 lines

  1. on mouseUp
  2.   if the movieRate of sprite 34 = -1 then
  3.     set the movieTime of sprite 34 to 0
  4.     set the stopTime of sprite 34 to 200
  5.     set the movieRate of sprite 34 to 0
  6.   else
  7.     set the movieTime of sprite 34 to 0
  8.     set the stopTime of sprite 34 to 200
  9.     set the movieRate of sprite 34 to -1
  10.   end if
  11. end
  12.